home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / cs_fuck.amirx < prev    next >
Text File  |  1999-07-05  |  1KB  |  27 lines

  1. /* CyberShiela MultiResponse File */
  2. nick=getclip('NICK')
  3. xx=random(1,13,time('s'))
  4. select
  5. when xx=1 then a="Shut the fuck up $1."
  6. when xx=2 then a="put a cap on the vulgar language $1."
  7. when xx=3 then a="$1.. your a premature ejaculator aren't you?"
  8. when xx=4 then a="FUCK OFF $1.. I've had enough of your shit today!!"
  9. when xx=5 then a="Anyone got a bar of soap for $1's mouth?"
  10. when xx=6 then a="/me thinks $1's mouth needs a good cleaning."
  11. when xx=7 then a="What the fuck $1?"
  12. when xx=8 then a="Fuck?? $1..never had it never will?"
  13. when xx=9 then a="Shut up $1..you furbie fucker."
  14. when xx=10 then a="No $1..YOU GO FUCK YOURSELF!! "
  15. when xx=11 then a="Can Someone kick this fucking lamer $1 out of here?"
  16. when xx=12 then a="No Fucking swearing $1!!"
  17. when xx=13 then a="Damn you $1!!"
  18. end
  19. modif:
  20. user=nick
  21. old=a
  22. m=length(user);temp=a;x=pos("$1",temp);if x~=0 then do;temp2 = delstr(temp,x,2);old = insert(user,temp2,x-1,m," ");end
  23. temp=old;m=length(channam);x=pos("$chan",temp);if x~=0 then do;temp2 = delstr(temp,x,5);old = insert(channam,temp2,x-1,m," ");end
  24. a=old
  25. 'say 'A
  26. exit
  27.